.video-container { height: 80vh;}
    
    .video-vimeo {  padding-bottom: 56.25%; width: 100%; padding-top: 30px; height: 0; overflow: hidden;   }

    .video-vimeo iframe, 
    .video-vimeo object, 
    .video-vimeo embed { box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh; }
    
    .church-at-home-video {
	margin-top:0%;
	}
	
	.church-at-home-video p {
	font-size:14px;
	margin-bottom:0;
}

.church-at-home-video a {
	color:#313032;
}

.church-at-home-video a:hover {
	text-decoration: none;
}

.church-at-home-video img {
	max-width:none !important;
	margin-top:15px;
	max-height:110px !important;
}


/* MISC */

@media (min-width: 992px) {
}
@media (max-width:768px) {
.hero-title h3 { font-size: 26px; }
.hero-title h1 { font-size: 36px; }
.video-container { height: 65vh;}
}
@media (max-width:576px) {
.hero-title h3 { font-size: 18px; }
.hero-title h1 { font-size: 30px; }
.video-container { height: 50vh;}
}
@media (max-width:330px) {
.hero-title h3 { font-size: 22px; padding-left: 10%; padding-right: 10%; }
.hero-title h1 { font-size: 24px; }
.video-container { height: 60vh;}
}
@media (max-width:991px) {
}